home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / IDSTART.DIR / 00006.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  215 b   |  16 lines

  1. global qtproblem, discproblem
  2.  
  3. on enterFrame
  4.   sprite(4).visible = 0
  5.   sprite(5).visible = 0
  6.   if qtproblem = 1 then
  7.     go("PCQT")
  8.   end if
  9.   if discproblem = 1 then
  10.     go("PCDisc")
  11.   end if
  12. end
  13.  
  14. on exitFrame
  15. end
  16.